-
-
Notifications
You must be signed in to change notification settings - Fork 245
London | 25-ITP-Sep | Payman Issa Baiglu | sprint 3 | 1- implement-and-rewrite #882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
London | 25-ITP-Sep | Payman Issa Baiglu | sprint 3 | 1- implement-and-rewrite #882
Conversation
… correct convertToPercentage function implementation
…fraction checks and add missing assertions for test cases
…g cards and handle invalid ranks
- Added Jest configuration files for multiple projects. - Implemented setupTests.js for initializing test environment. - Included favicon and sorting functionality in coverage reports. - Established test environment as Node for all configurations. - Enabled coverage collection and specified coverage directories.
…oper fractions and negative scenarios
…, Ace, and invalid ranks
|
This PR branch contains a lot of changed files unrelated to Sprint-3 exercise. Can you revert all unrelated changes? You can also close this PR, create a new branch and transfer your Sprint-3 exercise files to the new branch, and then submit a new PR. |
|
Thank you @cjyuan for reviewing my PR. I reverted back the unrelated files. can you please check it now. |
|
There are still a lot of unrelated changes in this branch. One of the reasons is that "reverting changes by editing the file" is not the best way to produce a file that is identical to the original file; files differ by even one space or newline character are still considered different files. If time is a concern, feel free to create a new branch (from |
|
Thank you @cjyuan , I made a new branch and moved the related files there. Made a new PR with the same name. Could you please check that one. I appreciate you help. |
Assertions and tests with jest are completed.